home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 / Aminet - June 1993 [Walnut Creek].iso / ab20 / utilitys / file / whereis.lzh / date.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-01-20  |  101 b   |  9 lines

  1. /***** Date structure ******/
  2.  
  3. struct date {
  4. short int day;
  5. short int month;
  6. unsigned long year;
  7. };
  8.  
  9.